From a735dd44cb33967bdb31d8e3d185687a37f4b888 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sun, 7 May 2017 14:02:27 +0200 Subject: [PATCH] searchbar: Fix property documentation comments They are properties of GtkSearchBar, not GtkEntry. --- gtk/gtksearchbar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c index 40e405e6fc..abbae64e89 100644 --- a/gtk/gtksearchbar.c +++ b/gtk/gtksearchbar.c @@ -376,7 +376,7 @@ gtk_search_bar_class_init (GtkSearchBarClass *klass) container_class->add = gtk_search_bar_add; /** - * GtkEntry:search-mode-enabled: + * GtkSearchBar:search-mode-enabled: * * Whether the search mode is on and the search bar shown. * @@ -389,9 +389,9 @@ gtk_search_bar_class_init (GtkSearchBarClass *klass) GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY); /** - * GtkEntry:show-close-button: + * GtkSearchBar:show-close-button: * - * Whether to show the close button in the toolbar. + * Whether to show the close button in the search bar. */ widget_props[PROP_SHOW_CLOSE_BUTTON] = g_param_spec_boolean ("show-close-button", P_("Show Close Button"), -- 2.30.2